home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / disk / kutil13.zip / FSPLIT.TXT < prev    next >
Text File  |  1995-12-06  |  2KB  |  71 lines

  1.                               K-TOOLS UTILITIES
  2.  
  3.  
  4.               Copyright (c) 1994-95 by Rob McDonell, ARK ANGLES
  5.                              All Rights Reserved
  6.  
  7.  
  8.                            FSPLIT - File Split 1.3
  9.  
  10.  
  11. This utility splits one or more files into any number of parts, as small
  12. as one byte each or as large as the original file.
  13.  
  14.  
  15. USAGE:
  16.  
  17.   FSPLIT [sourcedir]sourcefiles [[targetdir][targetfiles]] [options]
  18.  
  19. where:  sourcedir    is the location of the existing files, or the current
  20.                      directory if blank
  21.  
  22.         sourcefiles  is the file to be split, wildcards are accepted to
  23.                      specify multiple files
  24.  
  25.         targetdir    is the destination location for the split files, or
  26.                      the same directory if blank
  27.  
  28.         targetfiles  is the new file name or names for the first part,
  29.                      wildcards are allowed for partial renaming of multiple
  30.                      files
  31.  
  32.         options      is any of the following:
  33.  
  34.           /P         pause to ask before overwriting any file
  35.           /Y         yes, go ahead and overwrite without asking
  36.           /n         make at least n parts
  37.           /nB        each part n bytes or less
  38.           /nK        each part n kilobytes or less
  39.           /nM        each part n megabytes or less
  40.  
  41.  
  42. EXAMPLES:
  43.  
  44.   FSPLIT BIG.TXT BIG1.TXT /2      will split BIG.TXT into two files
  45.                                   called BIG1.TXT and BIG2.TXT
  46.  
  47.   FSPLIT BIG.TXT BIG1.TXT /3K     if BIG.TXT was 8KB in size, will split
  48.                                   it into three files called BIG1.TXT,
  49.                                   BIG2.TXT and BIG3.TXT, the first two
  50.                                   being 3KB and the third 2KB
  51.  
  52. Run FSPLIT with no parameters or "?" or "/?" to display simple help and
  53. registration information.
  54.  
  55.  
  56. REGISTRATION:
  57.  
  58. This program is part of the K-TOOLS UTILITIES shareware package.  To keep
  59. using it after the 60 day trial period you must register, which costs only
  60. A$15 per utility or A$29, US$24, £15, Dm40, ¥2400 for the whole collection.
  61.  
  62. Author:     Rob McDonell
  63.             ARK ANGLES
  64.             P O Box 190 (61 Oaklands Rd)
  65.             Hazelbrook  NSW  2779
  66.             AUSTRALIA
  67. Phone:      Intl+61-47-588100
  68. Fax:        Intl+61-47-588638
  69. Compuserve: 100237,141
  70. Internet:   100237.141@compuserve.com
  71.